﻿.courseVipPopCont{
    position: absolute;
    width: 1160px;
    height: 670px;
    top: 50%;
    left: 50%;
    margin-left: -580px;
    margin-top: -350px;
    background-color: #fff;
}
.courseVipPopCont .topUser{
    width: 100%;
    height: 68px;
    background: linear-gradient(317deg, #FD8086 0%, #DB0C17 100%);
    padding-left: 40px;
}
.courseVipPopCont .close{
    width: 84px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../material_course/images/close.png) center no-repeat;
    text-indent: -9999px;
}
.courseVipPopCont .topUser img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-top:15px;
    margin-right: 10px;
}
.courseVipPopCont .topUser .userName{
    overflow: hidden;
    line-height: 68px;
    color: #fff;
    font-size: 16px;
}
.courseVipPopCont .topUser .userName .time{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
}
.courseVipPopCont .topUser .userName .loginBtn{
    width: 80px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #FFFFFF;
    margin-left: 48px;
}
.courseVipPopCont .coursevipList{
    padding-top: 70px;
    margin-bottom: 50px;
}
.coursevipList{
    width: 730px;
    margin: 0 auto;
}
.coursevipList ul{
    margin-left: -50px;
}
.coursevipList ul li{
    position: relative;
    margin-left: 50px;
    float: left;
}
.coursevipList ul li a{
    display: block;
    width: 210px;
    height: 212px;
    border: 2px solid #E4E4E4;
    background:rgba(255, 255, 255, 0.76);
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 20px;
}
.coursevipList ul li a.curr {
    background: #FFECED;
    border: 2px solid #DB0A16;
}
.coursevipList ul li .name{
    color: #333;
    font-size: 32px;
    line-height: 46px;
    font-weight: 400;
}
.coursevipList ul li .price{
    color:#EB2F35;
    font-size: 50px;
    line-height: 70px;
    font-weight: 800;
}
.coursevipList ul li .price span{
    font-size: 24px;
    display: inline-block;
    margin-right:6px;
}
.coursevipList ul li .price_tip{
    color: #999;
    font-size: 22px;
}
.coursevipList ul li .price_tip em{
    color: #EB2F35;
    font-style: normal;
    display: inline-block;
    padding: 0 2px;
}
.coursevipList ul li .hot{
    position: absolute;
    top: -16px;
    right: 10px;
    display: block;
    width: 64px;
    height: 34px;
    text-indent: -99999px;
    background: url(../../material_course/images/vip_hot.png) no-repeat;
}
.coursepayType{
    width: 730px;
    height: 220px;
    background: #FDEFF0;
    margin: 0 auto;
    padding: 20px 22px;
}
.coursepayType .payCode{
    width: 150px;
    float: left;
    margin-right: 50px;
}
.coursepayType .payCode .payQrCode{
    width: 150px;
    height: 150px;
    padding: 10px;
    background: url(../../material_course/images/ewmCodeBg.png) no-repeat;
    margin-bottom: 6px;
}
.coursepayType .payCode .payQrCode img{
    width: 130px;
    height: 130px;
}
.coursepayType .payCode .paytip{
    color: #999;
    font-size: 12px;
}
.coursepayType .payCode .paytip img{
    float: left;
}
.coursepayType .payCode .paytip span{
    color: #999;
    padding-left: 4px;
    display: block;
    float: left;
}
.coursepayType .payInfo{
    overflow: hidden;
}
.coursepayType .payInfo .price{
    color: #333;
    font-size: 20px;
    line-height: 28px;
}
.coursepayType .payInfo .price b{
    font-weight: bold;
    font-size: 30px;
    padding: 0 10px;
    position: relative;
    top: 2px;
    color: #EB2F35;
}
.coursepayType .payInfo .payreloadTetx{
    margin-top: 10px;
}
.coursepayType .payInfo .payreloadTetx a{
    line-height: 20px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.coursepayType .payInfo .payreloadTetx a.refresh{
    color: #999;
    padding:0 12px 0 0;
    margin-right: 9px;
}
.coursepayType .payInfo .payreloadTetx a.refresh::after{
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    background-color: #707070;
    top: 50%;
    margin-top: -5px;
}
.coursepayType .payInfo .payreloadTetx a.vipPact{
    color: #D6AF62;
}
.coursepayType .payInfo .textDesc{
    padding-top: 10px;
    color: #666;
}